projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
837c200
)
gtk/gtkprintoperation-win32.c: Don't call gtk_widget_set_allocation()
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Fri, 21 Jul 2017 07:53:53 +0000
(15:53 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Fri, 21 Jul 2017 15:35:38 +0000
(23:35 +0800)
This function was removed recently.
https://bugzilla.gnome.org/show_bug.cgi?id=773299
gtk/gtkprintoperation-win32.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintoperation-win32.c
b/gtk/gtkprintoperation-win32.c
index ee1294d303a81eb3f23371cda285a5c9c792105e..2d11bce5b07c9a92d5cf1b130dbc4052e6e0d3c7 100644
(file)
--- a/
gtk/gtkprintoperation-win32.c
+++ b/
gtk/gtkprintoperation-win32.c
@@
-1406,7
+1406,6
@@
pageDlgProc (HWND wnd, UINT message, WPARAM wparam, LPARAM lparam)
alloc.width = LOWORD (lparam);
alloc.height = HIWORD (lparam);
- gtk_widget_set_allocation (op_win32->embed_widget, &alloc);
gtk_widget_queue_resize (op_win32->embed_widget);
}